@charset "utf-8";
@import url("../webfonts/Far_Titr/stylesheet.css");


*  {
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body {
    background-image: url(../images/Webp.net-resizeimage.jpg);
    background-repeat: no-repeat;
    background-size: 105% 101%;
    background-position: 33% 0%;
}
body::-webkit-scrollbar {
  width: 14px;              
}

body::-webkit-scrollbar-track {
  background: rgba(249,249,247,0.77);        
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(29,30,42,1.00);    
  border-radius: 20px;       
  border: 3px solid  rgba(29,30,42,1.00);  
}

header {
    width: 100%;
    height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid rgba(0,0,0,1.00);
    font-family: "B NAZANIN";
    -webkit-box-shadow: 2px 2px 5px #4B4A4A;
    box-shadow: 2px 2px 5px #4B4A4A;
    position: fixed;
    background-color: rgba(29,30,42,1.00);
    margin-top: -165px;
}
.logo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    border: 2px solid #000000;
    animation: RotatingLogo 3s 1s;
}

header h1 {
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-shadow: 12px 10px 20px #050505;
    padding-top: 30px;
    font-family: fredericka-the-great;
}
nav {
    width: 99%;
    text-align: right;
    float: right;
    margin-top: -70px;
}

nav ul {
    list-style-type: none;
    padding-right: 30px;
    padding-left: 0px;
}
nav ul li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
nav ul li a {
    color: #FBFBFB;
    text-decoration: none;
    font-family: "Far Titr";
    font-weight: bold;
    font-size: 18px;
}
nav ul li a:hover{
    color: #FFFFFF;
    font-size: 22px;
}



.contact {
    min-height: 200px;
    width: calc(100% - 40%);
    margin-top: 150px;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,1.00);
    -webkit-box-shadow: 5px 5px 10px rgba(43,43,43,1.00);
    box-shadow: 5px 5px 10px rgba(43,43,43,1.00);
    margin-left: 400px;
    background-color: rgba(29,30,42,0.76);
}
.contact ul {
    list-style-type: none;
    color: rgba(255,255,255,1.00);
    font-family: "Far Titr";
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    line-height: 50px;
    font-size: 15px;
}
.contact ul img {
    width: 40px;
    margin-bottom: -10px;
}

iframe {
    padding-right: 150px;
    border-radius: 20px;
    border: 1px dashed rgba(255,255,255,1.00);
    width: 75%;
    height: 400px;
    padding-bottom: 20px;
}
footer {
    width: 100%;
    height: 100px;
    display: inline-block;
    background-color: #1D1E2A;
    font-family: "B NAZANIN";
    font-size: 30px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 10px #000000;
    box-shadow: 5px 5px 10px #000000;
    margin-top: 80px;
}
body footer a img {
    text-align: center;
    margin-right: 20px;
    margin-left: 20px;
    float: none;
    padding-top: 20px;
}
body footer hr {
    color: #BEC3D2;
    display: inline-block;
    width: 20%;
    margin-bottom: 30px;
}




@keyframes RotatingLogo { 
	0%{transform: rotate(0deg);transform: translateX(0px)}
	50%{transform: translateX(350px) rotate(180deg)}
	100%{transform: rotate(360) translateX(0px)}


}
body footer a img:hover {transform: scale(1.6);opacity: 0.6}
.contact p {
    color: rgba(255,255,255,1.00);
    font-family: adamina;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.contact p a {
    text-decoration: none;
    color: rgba(11,142,100,1.00);
}
